Skip to content

Conversation

taowox
Copy link

@taowox taowox commented Jul 8, 2025

Hi there! 👋

I noticed craft is an actively maintained CLI tool and wanted to help make your documentation even better!

This PR sets up DeepGuide, a tool for recording and validating interactive terminal demos right in your README (with optional CI validation).

What's in this PR

  • a .dg/ directory with initial config.
  • Prep your repo for capturing CLI demos.
  • Adds a GitHub Action workflow for validation in CI.
  • No code or functional changes to your repo.

How to add your first interactive demo

After merging this PR, simply run:

npx @deepguide-ai/dg doctor
npx @deepguide-ai/dg capture

Copy the generated markdown to README or other docs as you like. Then commit the changes.
Your repo will be ready for rich, interactive terminal docs!

Why use DeepGuide CLI?

📽️ Easily show live, copy-pasteable usage with animated/interactive demos

🚫 No more GIFs or stale code blocks

🟢 Keep demos up to date (self-testing with CI validation)

If you're not interested, feel free to close. Thanks for your work! 🙏

Adds DeepGuide scaffold files to enable interactive terminal demonstrations:
- Configuration setup (.dg/config.json)
- CI validation workflow
- Documentation updates
- Git ignore patterns for demo assets

No source code changes - purely additive setup for future demos.
@BYK BYK closed this Jul 8, 2025
@BYK
Copy link
Member

BYK commented Jul 8, 2025

Please don't ever create an automated PR like this again. It is quite rude.

@getsentry getsentry locked as spam and limited conversation to collaborators Jul 8, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants